Skip to content

feat(ast): introduce CallExpression::arguments_span#12321

Merged
graphite-app[bot] merged 1 commit intomainfrom
c/07-16-feat_ast_introduce_callexpression_arguments_span_
Jul 16, 2025
Merged

feat(ast): introduce CallExpression::arguments_span#12321
graphite-app[bot] merged 1 commit intomainfrom
c/07-16-feat_ast_introduce_callexpression_arguments_span_

Conversation

@camc314
Copy link
Contributor

@camc314 camc314 commented Jul 16, 2025

No description provided.

@camc314 camc314 marked this pull request as ready for review July 16, 2025 12:24
@github-actions github-actions bot added A-ast Area - AST C-enhancement Category - New feature or request labels Jul 16, 2025
@camc314 camc314 requested review from Dunqing and overlookmotel July 16, 2025 12:25
Copy link
Contributor Author

camc314 commented Jul 16, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@camc314 camc314 force-pushed the c/07-16-feat_ast_introduce_callexpression_arguments_span_ branch from 4c80ee4 to d886650 Compare July 16, 2025 12:26
@codspeed-hq
Copy link

codspeed-hq bot commented Jul 16, 2025

CodSpeed Instrumentation Performance Report

Merging #12321 will not alter performance

Comparing c/07-16-feat_ast_introduce_callexpression_arguments_span_ (6b8f77d) with main (7d1d515)

Summary

✅ 34 untouched benchmarks

Copy link
Member

@overlookmotel overlookmotel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this useful? In conversation earlier, I thought @Dunqing was saying that formatter needed the span including the brackets.

foo(bar, baz);
// ^^^^^^^^^^

@camc314 camc314 force-pushed the c/07-16-feat_ast_introduce_callexpression_arguments_span_ branch from d886650 to 01e45b0 Compare July 16, 2025 13:13
@camc314
Copy link
Contributor Author

camc314 commented Jul 16, 2025

Is this useful?

It'll definitly be useful for the linter, in removing the Arguments AstKind PR

@camc314 camc314 force-pushed the c/07-16-feat_ast_introduce_callexpression_arguments_span_ branch from 01e45b0 to 7cb3738 Compare July 16, 2025 13:20
@camc314 camc314 force-pushed the c/07-16-feat_ast_introduce_callexpression_arguments_span_ branch 2 times, most recently from 46dedea to 61d9623 Compare July 16, 2025 14:32
@overlookmotel overlookmotel added the 0-merge Merge with Graphite Merge Queue label Jul 16, 2025
Copy link
Member

overlookmotel commented Jul 16, 2025

Merge activity

@graphite-app graphite-app bot force-pushed the c/07-16-feat_ast_introduce_callexpression_arguments_span_ branch from 61d9623 to 6b8f77d Compare July 16, 2025 14:44
@graphite-app graphite-app bot merged commit 6b8f77d into main Jul 16, 2025
24 checks passed
@graphite-app graphite-app bot deleted the c/07-16-feat_ast_introduce_callexpression_arguments_span_ branch July 16, 2025 14:53
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Jul 16, 2025
graphite-app bot pushed a commit that referenced this pull request Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ast Area - AST C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants